x86: propagate return value of alloc_l1_table()
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Oct 2008 12:15:20 +0000 (13:15 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Oct 2008 12:15:20 +0000 (13:15 +0100)
commitb525c05cf95fa9528cfb83ecc120087881013980
tree61ac2b29d4e0ea0132bf7474849d02ef1a2ec7fc
parent4f6b83015e2304f3e7560ef33d04de6131df3b0c
x86: propagate return value of alloc_l1_table()

A blatant mistake of mine resulted in the return value of
alloc_l1_table() to be ignored with the preemptable page table update
changes.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/mm.c